home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / TMIDIGEN.ZIP / C++Builder Install.txt next >
Text File  |  2002-05-31  |  1KB  |  58 lines

  1. Component: TMidiGen V2.0
  2. ---------
  3.  
  4. Author: Alan Warriner - alan.warriner@bigfoot.com
  5. ------                    http://www.alan-warriner.co.uk
  6.  
  7. Installation
  8. ------------
  9.  
  10. C++Builder 4
  11. ------------
  12.  
  13. Unzip the C++Builder archive to a folder of your choice.
  14.  
  15. Copy TMidiGen.bpl to a folder on the IDE search path (e.g. ...CBuilder\Bin).
  16.  
  17. Copy MidiGen.hpp to ..CBuilder\Include or equivalent.
  18.  
  19. Copy TMidiGen.bpi and TMidiGen.lib to ...CBuilder\Lib or equivalent.
  20.  
  21. Start C++Builder and select:
  22.  
  23.  
  24. Component -> Install Packages.
  25.  
  26. Click on Add
  27.  
  28.  
  29. Browse to the folder where TMidiGen.bpl was copied.
  30.  
  31. Select the file TMidiGen.bpl and click OK.
  32.  
  33.  
  34. OK all the way back to C++Builder.
  35.  
  36. TMidiGen should now be installed on the Samples Palette.
  37.  
  38.  
  39. Other Versions Of C++Builder
  40. ----------------------------
  41.  
  42. Extract the C++Builder Component Source.zip files (TMidiGen.cpp, MidiGen.hpp, MidiGen.pas, TMidiGen.bpk & TMidiGen.res) into a folder.
  43.  
  44. Start C++Builder.
  45.  
  46. Select the File -> Open Project menu option.
  47.  
  48. Browse to the folder where the files were un-zipped.
  49.  
  50. Select TMidiGen.bpk 
  51.  
  52. From the small dialog which appears select Compile.
  53.  
  54. The compiler should complain that it needs VCLx.y or something similar, select OK.
  55.  
  56. When compilation is complete select Install.
  57.  
  58.